home *** CD-ROM | disk | FTP | other *** search
/ 250 Desktop Themes / 250 Desktop Themes.iso / 166 / install.exe / _SETUP.1 / _Remove Logos.bat < prev    next >
DOS Batch File  |  1998-02-20  |  1KB  |  47 lines

  1. @echo off
  2. @cls
  3. echo **************************************************************
  4. echo * Theme Doctor Creations Splash Screen Logos Removal Program *
  5. echo **************************************************************
  6. echo.
  7. pause
  8. cls
  9. echo Remove will now remove the current logos and replace the backup 
  10. echo files in the following directories:
  11. echo.
  12. echo Startup Screen in C:\
  13. echo Now shutting down your computer Screen in %WINDIR%
  14. echo Now safe to turn off your computer Screen in %WINDIR%
  15. echo.
  16. echo To abort, press CTRL-C now...
  17. pause 
  18.  
  19. cd ..
  20. cd ..
  21. cd ..
  22. cd ..
  23. c:
  24. attrib -h logo.sys
  25. del logo.sys
  26. ren logo.backup logo.sys 
  27. cd windows
  28. attrib -h logos.sys
  29. attrib -h logow.sys
  30. del logos.sys
  31. del logow.sys
  32. ren logos.backup logos.sys
  33. ren logow.backup logow.sys
  34.  
  35. cls
  36. echo Thank you for using Theme Doctor Creations Startup/Shutdown Logo
  37. echo Screen Removal program. For more great desktop themes, just
  38. echo visit The Theme Doctor website at:
  39. echo.
  40. echo http://www.TheThemeDoctor.com
  41. echo or for more information contact The Theme Doctor at:
  42. echo.
  43. echo ivan5150@virgo.bekkoame.or.jp
  44. pause >nul
  45.  
  46. :end
  47. cls